home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 5
/
CU Amiga Magazine's Super CD-ROM 05 (1996)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1996-12].iso
/
cucd
/
programming
/
aros
/
dev
/
include
/
utility
/
utility.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-12
|
328 b
|
19 lines
#ifndef UTILITY_UTILITY_H
#define UTILITY_UTILITY_H
#include <exec/types.h>
#include <exec/libraries.h>
#include <dos/dos.h>
#define UTILITYNAME "utility.library"
struct UtilityBase
{
struct Library ub_LibNode;
UBYTE ub_Language;
UBYTE ub_Reserved;
struct ExecBase *ub_SysBase;
BPTR ub_SegList;
};
#endif